FolderItem.SaveAsPicture Method

Saves the picture in PICT format on Macintosh or BMP format on Windows and Linux and appends ".bmp" to filename (Windows and Linux). QuickTime is not required.

Syntax

FolderItem.SaveAsPicture Picture, [Format]


Parameters

Picture

Picture

Format (Optional)

Integer


Macintosh PICTs are "type 2" PICTs that are saved with the full resolution of the image. The optional second parameter specifies the format: Specifying the proper format allows users to save vector data in a vector format rather than converting to bitmaps. See the Notes section for a description of the possible values of Format.